Resub tagging refactor; adding version numbers#5436
Resub tagging refactor; adding version numbers#5436phildominguez-gsa wants to merge 17 commits intomainfrom
Conversation
|
Terraform plan for meta No changes. Your infrastructure matches the configuration.📝 Plan generated in Pull Request Checks #559 |
|
Terraform plan for dev Plan: 1 to add, 0 to change, 1 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
-/+ destroy and then create replacement
Terraform will perform the following actions:
# module.dev.module.cors.null_resource.cors_header must be replaced
-/+ resource "null_resource" "cors_header" {
!~ id = "******************" -> (known after apply)
!~ triggers = { # forces replacement
!~ "always_run" = "2026-03-12T12:43:12Z" -> (known after apply)
}
}
Plan: 1 to add, 0 to change, 1 to destroy.📝 Plan generated in Pull Request Checks #559 |
|
This pull request is not up to date with main. Please merge main into this brach or rebase this branch onto main. This PR should not be approved until all status checks pass. If you see this message, please rerun all status checks before merging. |
|
This pull request is not up to date with main. Please merge main into this brach or rebase this branch onto main. This PR should not be approved until all status checks pass. If you see this message, please rerun all status checks before merging. |
|
This pull request is not up to date with main. Please merge main into this brach or rebase this branch onto main. This PR should not be approved until all status checks pass. If you see this message, please rerun all status checks before merging. |
|

Related tickets
Description of changes
resubmission_statusto simplify resubmission tagging in the search resultsresub_tag_mapwasn't being used, so I removed it. The tag data just gets added to the paginator results.V#first, followed by the descriptor. This was approved by Lynn!How to test
most_recentv0 or v1 should have no tagmost_recentv2+ should have a "MOST RECENT" tagdeprecatedshould have "RESUBMITTED" tagdocker compose run web python manage.py materialized_views --createafter you create submissions/resubmissions so they show up in advanced search